GIMTEC By Llorenç Muntaner

Newsletter Image

Messages

7/6/2022
15 : 4

🎒 Invisible Backdoor

A code example introducing a backdoor to a web server. Invisible Backdoor By Llorenç Muntaner – 06 Jul 2022 – View online → Hey 👋, We are already 1500 subscribers. Thanks to all the new people that
6/29/2022
15 : 4

🎒 Code Reviews and Micromanagement

Are code reviews supposed to feel like micromanagement? Code Reviews and Micromanagement By Llorenç Muntaner – 29 Jun 2022 – View online → Hey 👋, Have you ever felt micromanaged? What was your
6/22/2022
15 : 4

🎒 Convert On Click To Promise

Sometimes we find libraries or built-in functionality that use a callback pattern. Sometimes, you might want to rewrite the callback pattern into a Promise. Convert On Click To Promise By Llorenç
6/17/2022
2 : 19

🎒 How Computers Work: The File Clerk Model

The File Clerk Model is an idea from Richard Feynman to explain how computers work. According to him, computers are not calculation machines. How Computers Work: The File Clerk Model By Llorenç
6/8/2022
15 : 4

🎒 Violent Psychopaths Everywhere

We should apply the quote of violent psychopaths in all of our assignments. Violent Psychopaths Everywhere By Llorenç Muntaner – 08 Jun 2022 – View online → Hey 👋, Today's article is not technical.
6/1/2022
15 : 4

🎒 Sluggish Animations On Purpose Part II

In the previous article, we found a solution with CSS. In this article, we want to solve it with JavaScript. Sluggish Animations On Purpose Part 2 By Llorenç Muntaner – 01 Jun 2022 – View online → Hey
5/25/2022
15 : 4

🎒 Sluggish Animations On Purpose

A sluggish animation developed on purpose. And then, a fix that might surprise you Sluggish Animations On Purpose: Part 1 By Llorenç Muntaner – 25 May 2022 – View online → Hey 👋, GIMTEC is growing and
5/18/2022
15 : 4

🎒 Stop Saying That We "Build" Software

“Stop saying that we build software, and say we GROW software.” Fred Brooks, Mythical Man-Month, 1975 Stop Saying That We "Build" Software By Llorenç Muntaner – 18 May 2022 – View online →
5/12/2022
14 : 24

🎒 ReferenceError: “process is not defined”

In NodeJS, “process” is defined, but not in the browser. This is because NodeJS and the browser are different runtime environments. ReferenceError: “process is not defined” By Llorenç Muntaner – 11 May
5/4/2022
15 : 4

🎒 1,000 Subscribers! Good Solutions Are Beautiful

The mathematician Henri Poincare had an interesting theory of how mathematicians develop solutions and theorems. Good Solutions Are Beautiful By Llorenç Muntaner – 04 May 2022 – View online → Hey, 1001
4/27/2022
15 : 4

🎒 Why setTimeout Does Not Guarantee Time to Execution

I want to go deeper into the asynchronicity of Javascript through a setTimeout example and why it is not a guarantee of time to execution. Why setTimeout Does Not Guarantee Time to Execution By Llorenç
4/20/2022
15 : 4

🎒 A Story of Frontend Development Devops

How an imagined team started with the basics and ended up with the current complexity of frontend projects. A Story of Frontend Development Devops By Llorenç Muntaner – 20 Apr 2022 – View online → Hey
4/6/2022
15 : 4

🎒 What Is a DAO?

This article explains the concept that lured me to join the web3 hype: Decentralized Autonomous Organization or DAO. What Is a DAO? By Llorenç Muntaner – 06 Apr 2022 – View online → Hey 👋, This is a
3/30/2022
15 : 4

Rules You Can Break, And Rules You Can't

An example that bugged me always was: “do class names need to start with uppercase?” Rules You Can Break, And Rules You Can't By Llorenç Muntaner – 30 Mar 2022 – View online → Hey 👋, An article
3/23/2022
16 : 4

🎒 Primitive Obsession

Using primitive values too much is also known as “Primitive Obsession” and it's not just applied to data modeling in databases, but also in our code and our types. Primitive Obsession By Llorenç
3/16/2022
16 : 4

🎒 Why Do Array Indexes Start at 0?

Why is the first number accessed with 0 instead of 1? TLDR; With 0, the index matches the offset. Why Do Array Indexes Start at 0? By Llorenç Muntaner – 16 Mar 2022 – View online → Hey 👋, For the ones
3/10/2022
1 : 27

🎒 My First Dapp

I would like to share the experience of building my first decentralized application. My First Dapp By Llorenç Muntaner – 09 Mar 2022 – View online → Hey 👋, We could consider this a follow-up to my
3/2/2022
16 : 4

🎒 Intro to Linters, Parsers, and AST

Linters were always a mystery to me. How can a tool read your code and tell you what's wrong and right? What kind of dark magic is that? How do Linters work? By Llorenç Muntaner – 02 Mar 2022 –
2/23/2022
16 : 4

🎒 My 5 Favorite Web Development Fallacies

I decided to make my own list of fallacies in web development. My 5 Favorite Web Development Fallacies By Llorenç Muntaner – 23 Feb 2022 – View online → Hey 👋, A short one full of controversy. Don'
2/16/2022
16 : 4

🎒 Is Web3 Development That Different? My First Week @ DFINITY

Web3 development is still computer science. A good comparison is when mobile applications started, and we just had web development. Is Web3 Development That Different? My First Week @ DFINITY By